home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / ibm31514.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  12.3 KB  |  360 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "IBM Personal Page Printer II" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *% Date: 5/30/89
  5. *% Modified by Microsoft 1/22/99 a-roblow corrected QuotedValues and added
  6. *% langaugelevel 1
  7. *FormatVersion: "3.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(IBM Personal Page Printer II)"
  12. *PSVersion: "(51.4) 0"
  13. *NickName: "IBM Personal Page Printer II-31"
  14.  
  15. *% General Information and Defaults ===============
  16. *ColorDevice: False
  17. *LanguageLevel: "1"
  18. *VariablePaperSize: False
  19. *FileSystem: False
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *%Throughput: "6"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true
  26.   }{
  27.     dup    % potential password
  28.     statusdict begin checkpassword end not
  29.   } ifelse
  30.   {  %  if no password or not valid
  31.     (WARNING : Cannot perform the exitserver command.) =
  32.     (Password supplied is not valid.) =
  33.     (Please contact the author of this software.) = flush
  34.     quit
  35.   } if
  36.   serverdict begin exitserver
  37. "
  38. *End
  39. *Reset: "
  40.   count 0 eq {  % is the password on the stack?
  41.     true
  42.   }{
  43.     dup    % potential password
  44.     statusdict begin checkpassword end not
  45.   } ifelse
  46.   {  %  if no password or not valid
  47.     (WARNING : Cannot reset printer.) =
  48.     (Password supplied is not valid.) =
  49.     (Please contact the author of this software.) = flush
  50.     quit
  51.   } if
  52.   serverdict begin exitserver
  53.   systemdict /quit get exec
  54.   (WARNING : Printer Reset Failed.) = flush
  55. "
  56. *End
  57.  
  58. *DefaultResolution: 300dpi
  59. *?Resolution: "
  60. save
  61.   initgraphics
  62.   0 0 moveto currentpoint matrix defaultmatrix transform
  63.   0 72 lineto currentpoint matrix defaultmatrix transform
  64.   3 -1 roll sub dup mul
  65.   3 1 roll exch sub dup mul
  66.   add sqrt round cvi
  67.   (          ) cvs print (dpi) = flush
  68. restore
  69. "
  70. *End
  71.  
  72. *% Halftone Information ===============
  73. *ScreenFreq: "60.0"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Dot
  76. *ScreenProc Dot: "
  77. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  78. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  79. "
  80. *End
  81. *ScreenProc Line: "{ pop }"
  82. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  83.  
  84. *DefaultTransfer: Null
  85. *Transfer Normalized: "{ }"
  86. *Transfer Null: "{ }"
  87. *Transfer Null.Inverse: "{ 1 exch sub }"
  88.  
  89. *% Paper Handling ===================
  90.  
  91. *% Use these entries to set paper size most of the time, unless there is
  92. *% specific reason to use PageRegion or PaperTray.
  93. *DefaultPageSize: Letter
  94. *PageSize Letter: "statusdict begin lettertray end"
  95. *PageSize Legal: "statusdict begin legaltray end"
  96. *PageSize Statement: "statusdict begin statementtray end"
  97. *PageSize A4: "statusdict begin a4tray end"
  98. *PageSize A5: "statusdict begin a5tray end"
  99. *PageSize B5: "statusdict begin b5tray end"
  100.  
  101.  
  102. *% These entries will set up the frame buffer. Usually used with manual feed.
  103. *DefaultPageRegion: Letter
  104. *PageRegion Letter: "letter"
  105. *PageRegion Legal: "legal"
  106. *PageRegion A4: "a4"
  107. *PageRegion A5: "a5"
  108. *PageRegion B5: "b5"
  109. *PageRegion Statement: "statement"
  110.  
  111. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  112. *% These errors should be trapped by software and a message displayed
  113. *DefaultPaperTray: None
  114. *PaperTray Letter: "statusdict begin lettertray end"
  115. *PaperTray Legal: "statusdict begin legaltray end"
  116. *PaperTray Statement: "statusdict begin statementtray end"
  117. *PaperTray A4: "statusdict begin a4tray end"
  118. *PaperTray A5: "statusdict begin a5tray end"
  119. *PaperTray B5: "statusdict begin b5tray end"
  120.  
  121. *% The following entries provide information about specific paper keywords.
  122. *DefaultImageableArea: Letter
  123. *ImageableArea Letter: "17 16 595 776 "
  124. *ImageableArea Legal: "17 16 595 992 "
  125. *ImageableArea A4: "14 15 581 827 "
  126. *ImageableArea A5: "12 13 407 583 "
  127. *ImageableArea B5: "13 13 503 716 "
  128. *ImageableArea Statement: "12 15 384 597 "
  129. *?ImageableArea: "
  130.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  131.   newpath clippath pathbbox
  132.   4 -2 roll exch 2 {ceiling cvp} repeat
  133.   exch 2 {floor cvp} repeat flush
  134.  restore
  135. "
  136. *End
  137.  
  138. *% These provide the physical dimensions of the paper (by keyword)
  139. *DefaultPaperDimension: Letter
  140. *PaperDimension Letter: "612 792"
  141. *PaperDimension Legal: "612 1008"
  142. *PaperDimension A4: "595 842"
  143. *PaperDimension A5: "420 595"
  144. *PaperDimension B5: "516 729"
  145. *PaperDimension Statement: "396 612"
  146.  
  147. *DefaultInputSlot: None
  148. *DefaultOutputBin: OnlyOne
  149.  
  150. *DefaultOutputOrder: Normal
  151.  
  152. *DefaultCollator: None
  153. *DefaultSorter: None
  154. *DefaultDuplex: None
  155.  
  156. *% Font Information =====================
  157.  
  158. *DefaultFont: Courier
  159. *Font AvantGarde-Book: Standard "(001.002)"
  160. *Font AvantGarde-BookOblique: Standard "(001.002)"
  161. *Font AvantGarde-Demi: Standard "(001.003)"
  162. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  163. *Font Bookman-Demi: Standard "(001.001)"
  164. *Font Bookman-DemiItalic: Standard "(001.001)"
  165. *Font Bookman-Light: Standard "(001.001)"
  166. *Font Bookman-LightItalic: Standard "(001.001)"
  167. *Font Courier: Standard "(001.004)"
  168. *Font Courier-Bold: Standard "(001.004)"
  169. *Font Courier-BoldOblique: Standard "(001.004)"
  170. *Font Courier-Oblique: Standard "(001.004)"
  171. *Font Emulatorfont: Special "(001.000)"
  172. *Font Emulatorfont-Bold: Special "(001.000)"
  173. *Font Garamond-Bold: Standard "(001.001)"
  174. *Font Garamond-BoldItalic: Standard "(001.002)"
  175. *Font Garamond-Light: Standard "(001.002)"
  176. *Font Garamond-LightItalic: Standard "(001.002)"
  177. *Font Helvetica: Standard "(001.002)"
  178. *Font Helvetica-Black: Standard "(001.001)"
  179. *Font Helvetica-BlackOblique: Standard "(001.001)"
  180. *Font Helvetica-Bold: Standard "(001.002)"
  181. *Font Helvetica-BoldOblique: Standard "(001.002)"
  182. *Font Helvetica-Light: Standard "(001.002)"
  183. *Font Helvetica-LightOblique: Standard "(001.002)"
  184. *Font Helvetica-Narrow: Standard "(001.002)"
  185. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  186. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  187. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  188. *Font Helvetica-Oblique: Standard "(001.002)"
  189. *Font Korinna-Bold: Standard "(001.001)"
  190. *Font Korinna-KursivBold: Standard "(001.003)"
  191. *Font Korinna-KursivRegular: Standard "(001.003)"
  192. *Font Korinna-Regular: Standard "(001.001)"
  193. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  194. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  195. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  196. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  197. *Font Palatino-Bold: Standard "(001.002)"
  198. *Font Palatino-BoldItalic: Standard "(001.002)"
  199. *Font Palatino-Italic: Standard "(001.002)"
  200. *Font Palatino-Roman: Standard "(001.001)"
  201. *Font Symbol: Special "(001.003)"
  202. *Font Times-Bold: Standard "(001.002)"
  203. *Font Times-BoldItalic: Standard "(001.004)"
  204. *Font Times-Italic: Standard "(001.002)"
  205. *Font Times-Roman: Standard "(001.002)"
  206. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  207. *Font ZapfDingbats: Special "(001.002)"
  208. *?FontQuery: "
  209. save  4 dict begin /sv exch def
  210. /str (fonts/                              ) def
  211. /st2 128 string def
  212. {
  213.   count 0 gt {
  214.     dup st2 cvs (/) print print (:) print
  215.     dup FontDirectory exch known {pop (Yes)}{
  216.      str exch st2 cvs dup length /len exch def
  217.      6 exch putinterval str 0 len 6 add getinterval mark exch
  218.      { } st2 filenameforall counttomark 0 gt {
  219.       cleartomark (Yes)}{cleartomark (No)}ifelse
  220.     }ifelse = flush
  221.   }{ exit } ifelse
  222. } bind loop
  223. (*) = flush
  224. sv end restore
  225. "
  226. *End
  227.  
  228. *?FontList: "
  229. save  2 dict begin /sv exch def
  230. /str 128 string def
  231. FontDirectory { pop == } bind forall flush
  232. /filenameforall where {
  233.  pop save (fonts/*) {
  234.   dup length 6 sub 6 exch getinterval cvn ==
  235.  } bind str filenameforall flush restore
  236. } if
  237. (*) = flush
  238. sv end restore
  239. "
  240. *End
  241.  
  242.  
  243.  
  244. *% Printer Messages (verbatim from printer):
  245. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  246. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  247. *Message: "\FontName\ not found, using Courier"
  248.  
  249. *% Status (format: %%[ status: <one of these> ]%% )
  250. *Status: "idle"
  251. *Status: "busy"
  252. *Status: "waiting"
  253. *Status: "printing"
  254. *Status: "initializing"
  255. *Status: "printing test page"
  256. *Status: "PrinterError: CPU error"
  257. *Status: "PrinterError: main motor error"
  258. *Status: "PrinterError: replacement magazine required"
  259. *Status: "PrinterError: paper size error"
  260. *Status: "PrinterError: paper exit jam"
  261. *Status: "PrinterError: error ID=4"
  262. *Status: "PrinterError: cleaning magazine needs replacing"
  263. *Status: "PrinterError: optical unit error"
  264. *Status: "PrinterError: feeder motor error"
  265. *Status: "PrinterError: paper transport jam"
  266. *Status: "PrinterError: feeder cover open"
  267. *Status: "PrinterError: error ID=13"
  268. *Status: "PrinterError: fusing unit error"
  269. *Status: "PrinterError: toner is low"
  270. *Status: "PrinterError: out of paper"
  271. *Status: "PrinterError: printer warming up"
  272. *Status: "PrinterError: printing test page"
  273. *Status: "PrinterError: feeder hardware error"
  274. *Status: "PrinterError: paper feed error"
  275. *Status: "PrinterError: timeout"
  276. *Status: "PrinterError: cover open"
  277. *Status: "PrinterError: offline"
  278. *Status: "PrinterError: out of envelopes or feed error"
  279. *Status: "PrinterError: lower tray out of paper"
  280. *Status: "PrinterError: upper tray out of paper"
  281. *Status: "PrinterError: both trays out of paper"
  282.  
  283. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  284. *Source: "serial9"
  285. *Source: "serial25"
  286. *Source: "AppleTalk"
  287. *Source: "Centronics"
  288.  
  289. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  290. *PrinterError: "CPU error"
  291. *PrinterError: "main motor error"
  292. *PrinterError: "replacement magazine required"
  293. *PrinterError: "paper size error"
  294. *PrinterError: "paper exit jam"
  295. *PrinterError: "error ID=4"
  296. *PrinterError: "cleaning magazine needs replacing"
  297. *PrinterError: "optical unit error"
  298. *PrinterError: "feeder motor error"
  299. *PrinterError: "paper transport jam"
  300. *PrinterError: "feeder cover open"
  301. *PrinterError: "error ID=13"
  302. *PrinterError: "fusing unit error"
  303. *PrinterError: "toner is low"
  304. *PrinterError: "out of paper"
  305. *PrinterError: "printer warming up"
  306. *PrinterError: "printing test page"
  307. *PrinterError: "feeder hardware error"
  308. *PrinterError: "paper feed error"
  309. *PrinterError: "timeout"
  310. *PrinterError: "cover open"
  311. *PrinterError: "offline"
  312. *PrinterError: "out of envelopes or feed error"
  313. *PrinterError: "lower tray out of paper"
  314. *PrinterError: "upper tray out of paper"
  315. *PrinterError: "both trays out of paper"
  316.  
  317. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  318.  
  319. *% Color Separation Information =====================
  320.  
  321.  
  322. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  323.  
  324. *InkName: ProcessBlack/Process Black
  325. *InkName: CustomColor/Custom Color
  326. *InkName: ProcessCyan/Process Cyan
  327. *InkName: ProcessMagenta/Process Magenta
  328. *InkName: ProcessYellow/Process Yellow
  329.  
  330. *%  For 60 lpi / 300 dpi  ===============================
  331.  
  332. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  333. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  334. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  335. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  336. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  339. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  340. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343.  
  344. *%  For 53 lpi / 300 dpi  ===============================
  345.  
  346. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  347. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  348. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  349. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  350. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  351.  
  352. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  353. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  354. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  355. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  356. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  357.  
  358. *% end of PPD file for IBM Personal Page Printer II
  359.  
  360.